home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / misc / tri14dev.lha / Triton / Developer / gcc / source / triton.h < prev   
C/C++ Source or Header  |  1995-08-25  |  570b  |  24 lines

  1. /*
  2.  *  Triton - The object oriented GUI creation system for the Amiga
  3.  *  Written by Stefan Zeiger in 1993-1994
  4.  *
  5.  *  (c) 1993-1994 by Stefan Zeiger
  6.  *  You are hereby allowed to use this source or parts of it for
  7.  *  creating programs for AmigaOS which use the Triton GUI creation
  8.  *  system. All other rights reserved.
  9.  *
  10.  *  Triton linkable library code for GCC - (c) 1994 by Gunther Nikl
  11.  */
  12.  
  13. #ifndef _TRITON_H
  14. #define _TRITON_H
  15.  
  16. /* no macros needed */
  17. #define TR_NOMACROS
  18. #define TR_NOSUPPORT
  19.  
  20. /* get the include */
  21. #include <libraries/triton.h>
  22.  
  23. #endif _TRITON_H
  24.